Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build with system JSON library #914

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

hamarituc
Copy link
Contributor

This commit fixes the following build failure:

[1/8] /usr/bin/x86_64-pc-linux-gnu-g++ -DCALLBACK_MODE_SUPPORT -I/var/tmp/portage/sci-libs/indilib-driver-qhy-2.0.7/work/indi-3rdparty-2.0.7/indi-qhy_build -I/var/tmp/portage/sci-libs/indilib-driver-qhy-2.0.7/work/indi-3rdparty-2.0.7/indi-qhy -I/usr/include/libindi -I/usr/include/libqhy -I/usr/include/libusb-1.0  -march=native -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g -Wno-error -std=gnu++14 -fPIE -MD -MT CMakeFiles/indi_qhy_focuser.dir/qhy_focuser.cpp.o -MF CMakeFiles/indi_qhy_focuser.dir/qhy_focuser.cpp.o.d -o CMakeFiles/indi_qhy_focuser.dir/qhy_focuser.cpp.o -c /var/tmp/portage/sci-libs/indilib-driver-qhy-2.0.7/work/indi-3rdparty-2.0.7/indi-qhy/qhy_focuser.cpp
FAILED: CMakeFiles/indi_qhy_focuser.dir/qhy_focuser.cpp.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -DCALLBACK_MODE_SUPPORT -I/var/tmp/portage/sci-libs/indilib-driver-qhy-2.0.7/work/indi-3rdparty-2.0.7/indi-qhy_build -I/var/tmp/portage/sci-libs/indilib-driver-qhy-2.0.7/work/indi-3rdparty-2.0.7/indi-qhy -I/usr/include/libindi -I/usr/include/libqhy -I/usr/include/libusb-1.0  -march=native -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g -Wno-error -std=gnu++14 -fPIE -MD -MT CMakeFiles/indi_qhy_focuser.dir/qhy_focuser.cpp.o -MF CMakeFiles/indi_qhy_focuser.dir/qhy_focuser.cpp.o.d -o CMakeFiles/indi_qhy_focuser.dir/qhy_focuser.cpp.o -c /var/tmp/portage/sci-libs/indilib-driver-qhy-2.0.7/work/indi-3rdparty-2.0.7/indi-qhy/qhy_focuser.cpp
/var/tmp/portage/sci-libs/indilib-driver-qhy-2.0.7/work/indi-3rdparty-2.0.7/indi-qhy/qhy_focuser.cpp:34:10: fatal error: indijson.hpp: No such file or directory
   34 | #include <indijson.hpp>
      |          ^~~~~~~~~~~~~~
compilation terminated.

@knro knro merged commit 54b03cf into indilib:master Apr 12, 2024
4 checks passed
@hamarituc hamarituc deleted the jsonlib branch April 12, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants